home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10779 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  818 b 

  1. Path: news.axess.com!news
  2. From: tdrymona@axess.com (Kamikaze)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: TSR in Windows
  5. Date: Sun, 10 Mar 1996 17:21:01 GMT
  6. Organization: Axess Communications, Montreal, Canada
  7. Message-ID: <4huole$t8s@news.axess.com>
  8. References: <4hohh2$5m7@news.galileo.net>
  9. Reply-To: tdrymona@axess.com
  10. NNTP-Posting-Host: cretien.axess.com
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. jason_graham@sdt.com wrote:
  14.  
  15. >I was curious if anyone could help me on this problem.  I need to have
  16. >a TSR that becomes active every 15 minutes,  I know how to make this
  17. >work in the DOS world by (getvect, setvect) so forth using clock
  18. >interrupts.  How do I get this to work in Windows 3.11 or Windows 95?
  19.  
  20. >  Thanks...
  21.  
  22. >--  jason_graham@sdt.com
  23. >-- SDT
  24.  
  25.  
  26. Use the SetTimer from the API and create a program that does that
  27.  
  28.  
  29.